home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / p_msys / msysb116.exe / KA8YHA-2.EXE / SYSOP.DOC < prev   
Text File  |  1991-09-20  |  4KB  |  123 lines

  1. R:910902/1018 @:WA8BXN.OH.USA.NA Kirtland, OH #:6091 Z:44026
  2. R:910902/0535z @:NT8V.MI.USA.NA PORT HURON, MI. #:684 Z:48060
  3.  
  4.  
  5.  
  6.     SYSOP v2.0 - by Thomas Dwyer III (N8MHF)    July 24, 1991
  7.  
  8.  
  9. What it is:
  10.  
  11.     SYSOP is a program which simplifies the authentication process
  12.     when becoming the remote sysop of an MSYS BBS.  When the SysRq
  13.     key on the Enhanced keyboard is pressed, the \Sysop command is
  14.     sent to MSYS.  This program then waits for MSYS to supply:
  15.  
  16.         Usage stats: Users=27 Msgs rcvd=25 Msgs sent=1 Max=27
  17.  
  18.     Note that the numbers in the above line will be different with
  19.     each access attempt.  This program parses the line and builds
  20.     the correct password, which is then sent to MSYS.
  21.  
  22.  
  23. How to use it:
  24.  
  25.     SYSOP takes a string as an argument.  The first character of
  26.     the string must be a digit [1-8] of the com port that SYSOP
  27.     should use for communication with MSYS.  The rest of the string
  28.     is the password specified in the MSYS.RMT file on the remote
  29.     system.  If SYSOP is run with no arguments, or if the first
  30.     character of the argument is not a digit in the range [1-8],
  31.     a syntax message is printed and the resident code is not
  32.     installed.
  33.  
  34.     Once installed, SYSOP can be removed from memory by running it
  35.     and specifying "0" as the port number.
  36.  
  37.     It is possible to change the COM port that SYSOP uses to talk
  38.     to MSYS after it has been installed by simply running SYSOP
  39.     and specifying the new port number.  It is not necessary to
  40.     supply the password on the command line in this case.
  41.  
  42.  
  43. Notes:
  44.     SYSOP depends on interrupt 0x15 being called via the keyboard
  45.     interrupt.  If this does not happen in your system, SYSOP will
  46.     not work.  If you have F11 and F12 keys on your keyboard, SYSOP
  47.     will probably work with your machine.
  48.  
  49.     The addresses for the com ports COM1 through COM8 are hard
  50.     coded in the program.  Here is the part of the listing file
  51.     that has these addresses.  Those of you (if any) who have
  52.     problems getting ports 3-8 working on your machines might
  53.     have to use DEBUG to alter this address table.
  54.     
  55.     
  56.     0438
  57.     0438        p_list    label    word    ; here are the addresses
  58.     0438  03F8        dw    3f8h    ; for COM1 through COM8
  59.     043A  02F8        dw    2f8h
  60.     043C  03E8        dw    3e8h
  61.     043E  02E8        dw    2e8h
  62.     0440  02F0        dw    2f0h
  63.     0442  03E0        dw    3e0h
  64.     0444  02E0        dw    2e0h
  65.     0446  0260        dw    260h
  66.     0446
  67.  
  68.  
  69.     During the time SYSOP is active (ie, you pressed SysRq), the
  70.     scroll-lock light will be lit.  When SYSOP has finished with
  71.     the password transmission, the scroll-lock light will turn
  72.     off.  SYSOP will wait until MSYS responds with the line SYSOP
  73.     is looking for, or until the ESC key is pressed.
  74.  
  75.  
  76.  
  77. Compatibility:
  78.  
  79.     SYSOP was written for and tested with MSYS version 1.11
  80.  
  81.     Remote machine was running Kermit, Yapp, Telix, and others.
  82.  
  83.  
  84.  
  85. Fixed Bugs:
  86.  
  87.     When pressing SysRq a second time while the first invocation
  88.     is still active, the PC would hang.  This is fixed.
  89.  
  90.     There was no provision for SYSOP to check whether it was
  91.     previously installed, and running it several times would cause
  92.     a new copy to become resident.  This is now fixed.
  93.  
  94.     There was no provision to remove SYSOP from memory once installed.
  95.     This is now fixed.
  96.  
  97.  
  98.  
  99. Known Bugs:
  100.  
  101.     SYSOP requires one and only one space between the command and the
  102.     argument.  This may or may not be fixed in the next version.
  103.  
  104.     There is no provision to change the password string that SYSOP
  105.     uses once it has been installed.  This will be fixed in the next
  106.     version.  The current workaround is to uninstall SYSOP and then
  107.     install it again with the new password.
  108.  
  109.  
  110.  
  111. Unknown Bugs:
  112.  
  113.     You tell me!  Send mail to:
  114.  
  115.         Internet:    tomiii@mtu.edu
  116.         Bitnet:        tomiii@mtus5.bitnet
  117.         Packet Radio:    N8MHF@W8YY.#UPMI.MI.USA.NA
  118.  
  119.         Snail Mail:    Thomas Dwyer III
  120.                 311 Scallon Ave.
  121.                 Hancock, MI  49930
  122.                 USA
  123.